home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19980424-19980901 / 000326_news@newsmaster….columbia.edu _Sat Aug 1 05:01:17 1998.msg < prev    next >
Internet Message Format  |  1998-08-31  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id FAA13147
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sat, 1 Aug 1998 05:01:16 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id FAA07459
  7.     for kermit.misc@watsun; Sat, 1 Aug 1998 05:01:15 -0400 (EDT)
  8. Path: news.columbia.edu!panix!nntprelay.mathworks.com!news.mathworks.com!uunet!in2.uu.net!iafrica.com!news01.iafrica.com!linux.lisse.na!nobody
  9. From: el@linux.lisse.na (Dr Eberhard W Lisse)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Q: How to back up a DOS box to UNIX via Kermit?
  12. Date: Sat, 1 Aug 1998 09:50:45 +0100
  13. Organization: UUNET Internet Africa
  14. Lines: 32
  15. Message-ID: <5tkup6.0re.ln@linux.lisse.na>
  16. References: <slrn6s4abl.ha5.charlie@pc.antipope.org> <6pttmf$8te$1@samba.rahul.net>
  17. NNTP-Posting-Host: linux.lisse.na
  18. X-Newsreader: NN version 6.5.0 CURRENT #116
  19. Xref: news.columbia.edu comp.protocols.kermit.misc:9037
  20.  
  21. dold@37.usenet.us.com writes:
  22.  
  23. >Charlie Stross (charlie@pc.antipope.org) wrote:
  24. >: I've got two machines talking happily via Kermit (but no other
  25. >: protocols -- direct serial connection). I want to back up the DOS
  26. >: box, including all subdirectories, into a directory on the UNIX
  27. >: system. However, when I try
  28.  
  29. >: GET /recursive /binary c:\*.*
  30.  
  31. >There is a separate utility called XSEND which will make a script for
  32. >descending a hierachy, making new directories as it goes.
  33. >I used this for replicating an MSDOS machine to a Unix box running Kermit.
  34. >I don't remember where I got it, if it isn't on 
  35. >http://www.columbia.edu/kermit
  36. >I could make it available for anon-ftp.
  37.  
  38. I'd look into something like
  39.  
  40. kermit -k | tar cvfz backup.tgz -
  41.  
  42. el
  43. -- 
  44. Dr. Eberhard W. Lisse\         /                 Swakopmund State Hospital
  45. <el@lisse.NA>         *        |                  Resident Medical Officer
  46. Private Bag 5004       \      / +264 81 1246733 (c) 64 461005(h) 461004(f)
  47. Swakopmund, Namibia     ;____/       Domain Coordinator for NA-DOM (el108)
  48. --
  49. Dr. Eberhard W. Lisse\         /                 Swakopmund State Hospital
  50. <el@lisse.NA>         *        |                  Resident Medical Officer
  51. Private Bag 5004       \      / +264 81 1246733 (c) 64 461005(h) 461004(f)
  52. Swakopmund, Namibia     ;____/       Domain Coordinator for NA-DOM (el108)